home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 19 / Night Owl (The Best of Shareware)(NOPV 19)(1996).ISO / 004a / raw257.zip / RAW2.ZIP / RAW2.CTL < prev    next >
Text File  |  1995-06-28  |  6KB  |  138 lines

  1. ;   Raw2 Door Control file
  2. ;--------------------------------
  3. ; The semi-colons are comment markers.  Remove them to activate option.
  4. ;
  5. ;Sysopfirst  Specifies the first name of the sysop as it will be shown to
  6. ;            the users.
  7. ;
  8. ;SysopLast   Specifies the last name of the sysop as it will be shown to
  9. ;            the users.
  10. ;
  11. ;BBSName     Specifies the name of the bbs as it will be shown to users.
  12. ;
  13. ;Mono        Will disable color on the local side. (Necessary if you are
  14. ;            running a monochrome system)
  15. ;BBSType     Specifies the type of bbs software under which this door program
  16. ;            will be run. Valid bbs types include:
  17. ;
  18. ;                  DOORSYS - The DOOR.SYS format (Wildcat! 4.xx, GAP, etc)
  19. ;                     RBBS - Rbbs version 16.1+  (uses DORINFOx.DEF*)
  20. ;                    QUICK - Quickbbs,Force      (uses DORINFOx.DEF**)
  21. ;                 DORINFO1 - Remote Access,others(uses DORINFO1.DEF**)
  22. ;                    PCB14 - Pcboard version 14
  23. ;                    PCB15 - Pcboard version 15
  24. ;                  PHOENIX - Phoenix bbs
  25. ;                 SPITFIRE - Spitfires drop file (SFDOORS.DAT)
  26. ;                   TRIBBS - TriBBS drop file (TRIBBS.SYS)
  27. ;                     WWIV - WWIV bbs (uses chain.txt)
  28. ;
  29. ;  Notes    *  ANSI graphics is selected when a "2" is passed in the graphics
  30. ;              parameter of the DORINFOx.DEF.   RBBS, Maximus standard.
  31. ;          **  ANSI graphics is selected when a "1" is passed in the graphics
  32. ;              parameter of the DORINFOx.DEF.   QuickBBS,Maximus,UltraBBS and
  33. ;              many shareware BBSes require this type.
  34. ;          **  Parameter of the DORINFO1.DEF.   Remote Access others.
  35. ;
  36. ;
  37. ;ComPort     For bbs types that do not have the com-port contained in their
  38. ;            door information files you will have to specify the com-port.
  39. ;            Simply put the port number (i.e. 1,2,etc) not the whole word COM1.
  40. ;
  41. ;Digi        Selecting this option will cause Raw2 to use its digiboard
  42. ;            driver interface. This will not reset anything in the digiboard.
  43. ;            Support speeds up to 115,200.
  44. ;
  45. ;Fossil      Selecting this option will cause Raw2 to use a fossil port
  46. ;            driver. Note - do not use both fossil and Xfossil at the same
  47. ;            time. This option initializes the port and resets the speed to
  48. ;            either the lock speed (if locked) or the baud speed.
  49. ;
  50. ;Xfossil     This is another way of selecting the fossil option.  This method
  51. ;            can support all speeds that your fossil can support.  The fossil
  52. ;            is not initialized by this option.
  53. ;
  54. ;LockBaud    This will specify a locked baud rate. If you specify this
  55. ;            parameter, then no matter what the bbs software says, this
  56. ;            baud rate will be used. [NOTE: You can also specify the locked
  57. ;            baud rate using /Bxxxx from the command line]
  58. ;
  59. ; If neither options digi, fossil, or xfossil are set the door will use its
  60. ; own internal comport handlers.
  61. ;
  62. ;Port1       If you must use a non-standard interrupt, the door can be
  63. ;Port2       configured for IRQs 0-15. The port# indicates the chosen comport
  64. ;Port3       Follow this with the port address in hex.  Afterward put the IRQ
  65. ;Port4       in decimal.  For an example if comport 3 at irq 15 and address
  66. ;            $03E8 was needed use the following:
  67. ;            PORT3 03E8 15
  68. ;
  69. ;Pausecode   Specifies the Rip pause code that your bbs uses.  This will
  70. ;            be added to muliple page Rip news file so you can use them
  71. ;            as a bulletin.  Note - this option is only useful if the door
  72. ;            indeed has rip bulletins.
  73. ;
  74. ;Maxtime     The maxtime parameter will allow you to specify a maximum time
  75. ;            per day that a user may be in the door. (i.e. if you specified
  76. ;            30 minutes, then if the user had 60 mins left, he could only play
  77. ;            for 30 mins)  Otherwise the game will use the maximum session
  78. ;            time for maximum time.
  79. ;
  80. ;Status      Specify "ON" if you wish the status line to appear at the bottom
  81. ;            of "OFF" if you wish it to be disabled.
  82. ;
  83. ;Statfore    Statfore foreground color of the status line and the major input
  84. ;            fields. (default 7  light-grey)
  85. ;
  86. ;Statback    The background color of the status line (default 1  blue)
  87. ;
  88. ;
  89. ;------------------------------ Sample Data ----------------------------------
  90. ;
  91. SYSOPFIRST Joe
  92. SYSOPLAST SixPack
  93. BBSNAME The Good OldBoy Club
  94. ;
  95. ;       ::::------- Put your bbs type here! Select from those listed above.
  96. ;       ::::
  97. ;       \/\/
  98. BBSTYPE DOORSYS
  99. ;
  100. ;                   If you are using a bbs type that doesn't provide the com
  101. ;        ::-------- port num in it's door information file then uncomment this
  102. ;        \/         line and put your comport here.
  103. ;COMPORT 1
  104. ;
  105. ; Uncomment the next line if you wish to use the digiboard driver support
  106. ; calls.
  107. ;DIGI
  108. ;
  109. ; Uncomment the next line if you use a fossil device driver and wish to have
  110. ; the door initialize your fossil to the locked/baud speed rate.
  111. ;FOSSIL
  112. ;
  113. ; Uncomment the next line if you use a fossil device and do not wish to have
  114. ; the door reinitialize your fossil.
  115. ;XFOSSIL
  116. ;
  117. ;           ::------If you are locking ports uncomment this line and set this
  118. ;           ::      number to the port speed.
  119. ;           \/
  120. ;LOCKBAUD 57600
  121. ;
  122. ;       ::------------ If you are going to use a non-standard IRQ place the
  123. ;       ::             port address in hex one space after the PORT# option.
  124. ;       ::
  125. ;       ::  ::-------- If you have a non-standard IRQ position the IRQ number
  126. ;       \/  \/         one space after the ports' hex address. (decimal)
  127. ;PORT1 03F8 4
  128. ;PORT2 02F8 3
  129. ;PORT3 03E8 4
  130. ;PORT4 02E8 3
  131. ;                   Uncomment this line if you want to make Rip bulletins
  132. ;  ::-------------- for your BBS.  Here a Wildcat pause is shown.
  133. ;  \/
  134. PAUSECODE @PAUSE@
  135. ;
  136. ;------------------------------ End of File ----------------------------------
  137.  
  138.